home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\MAIL.H < prev    next >
C/C++ Source or Header  |  1994-12-28  |  331b  |  20 lines

  1. /*
  2.  * mail.h: header for mail.c
  3.  *
  4.  * Written By Michael Sandrof
  5.  *
  6.  * Copyright(c) 1990 
  7.  *
  8.  * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
  9.  *
  10.  * @(#)$Id: mail.h,v 1.4 1994/07/02 02:38:10 mrg Stab $
  11.  */
  12.  
  13. #ifndef _MAIL_H_
  14. #define _MAIL_H_
  15.  
  16. extern    char    *check_mail();
  17. extern    int    check_mail_status();
  18.  
  19. #endif /* _MAIL_H_ */
  20.